-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace comma in CSV exports with a tab #681 * Update push-to-docker-hub.yml * Deselect All on Crawl Permissions page appears to be broken #675 * ACT’s permissions form does not recognise an email which uses an apostrophe #665 * Update NLS email permission templates with new phone number #686 * Targets > Reports > Target creation > Date created threw ERROR (on sorting) #625 * Send button on Crawl Permission view does not send email #674 * Replace comma in CSV exports with a tab #681 (restore from TAB back to comma (as its CSV)) * Deselect All on Crawl Permissions page appears to be broken #675 (use current ordering and sorting) * Replace comma in CSV exports with a tab #681 * Replace comma in CSV exports with a tab #681 * Add JSON data format support for Target List export #690 * Add JSON data format support for Target List export #690 * Reports page taking a long time to load #608 (initial commit) * Add endpoints for JSON data (Subjects and Collections) #694 * Add endpoints for JSON data (Subjects and Collections) #694 * Reports page taking a long time to load #608 (update) * Targets > Reports > Target Creation - count mismatch (listed vs exported) #695 (in addition pagination fix too - not starting from 0 page after new search) * Possibility that Targets are added as Watched Targets by mistake #621 (remove redirect if ddhapt User) * Reports page taking a long time to load #608 (design style Update) * Add TSV & JSON data format support for CrawlPermissions export #697 * Add JSON data format support for Target List export #690 (optimize code) * Deleting a collection that is tagged into a higher taxonomy #687 * Add TSV & JSON data format support for CrawlPermissions export #697
- Loading branch information
Showing
19 changed files
with
990 additions
and
546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
- '*' | ||
branches: | ||
- master | ||
- BR234 | ||
|
||
jobs: | ||
push_to_docker_hub: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.