summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Exempt `jwt/auth` for user `gitlab-ci-token` from rate limitingMarius Bobin2019-08-231-2/+2
* Add logic for respecting browser DNT settingJeremy Jackson2019-08-231-0/+27
* Always pre-select "Start a new merge request"Denys Mishunov2019-08-229-206/+575
* Update GitHub CI/CD import page to use PAT onlyScott Hampton2019-08-221-1/+1
* Expose namespace storage statistics with GraphQLAlessio Caiazza2019-08-229-4/+185
* Enable CSP in gitlab.yml.exampleenable-csp-in-dev-and-ci-ceHeinrich Lee Yu2019-08-221-0/+3
* Merge branch 'ce-8631-archiving-a-project-should-create-an-audit-event' into ...Lin Jen-Shin2019-08-221-0/+96
|\
| * CE: Audit event for archiving and unarchiving projectsce-8631-archiving-a-project-should-create-an-audit-eventmanojmj2019-08-211-0/+96
* | Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'Nick Thomas2019-08-221-0/+39
|\ \
| * | Add `searchBy` helper & `SidebarItemEpicsSelect`ce-6878-add-epic-select-dropdownKushal Pandya2019-08-221-0/+39
* | | Merge branch 'add_links_to_latest_pipelines' into 'master'Rémy Coutable2019-08-221-0/+65
|\ \ \
| * | | Issue #39099: Add links for latest pipelinesAlex Ives2019-08-221-0/+65
* | | | Log time spent on CPU to sidekiq.logBalakumar2019-08-221-1/+36
* | | | Merge branch 'avoid-race-condition-of-archive-trace-cron-worker' into 'master'Kamil Trzciński2019-08-222-4/+62
|\ \ \ \
| * | | | Avoid conflicts between ArchiveTraceWorkersavoid-race-condition-of-archive-trace-cron-workerShinya Maeda2019-08-222-4/+62
* | | | | Remove mergeTrain from FE since it's used only in EEIgor2019-08-221-42/+0
| |/ / / |/| | |
* | | | Merge branch 'feat/smime-signed-notification-emails' into 'master'Sean McGivern2019-08-227-3/+312
|\ \ \ \ | |_|/ / |/| | |
| * | | feat: SMIME signed notification emailsDiego Louzán2019-08-207-3/+312
* | | | Merge branch 'ee-2502-refactor-ee-app-assets-javascripts-approvals-components...Kushal Pandya2019-08-222-0/+33
|\ \ \ \
| * | | | Add new API method: projectUsersee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusersHimanshu Kapoor2019-08-191-0/+22
| * | | | Add a skip_users filter to the project users APINick Thomas2019-08-191-0/+11
* | | | | Merge branch 'sidekiq-interrupt-running-jobs-deadset' into 'master'Stan Hu2019-08-211-1/+9
|\ \ \ \ \
| * | | | | Put cancelled job in DeadSetsidekiq-interrupt-running-jobs-deadsetKamil Trzciński2019-08-211-1/+9
* | | | | | Merge branch 'refactor/notes-getters' into 'master'Paul Slaughter2019-08-211-41/+89
|\ \ \ \ \ \
| * | | | | | Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId gettersArun Kumar Mohan2019-08-151-41/+89
* | | | | | | Handle namespaced modelsAlex Kalderimis2019-08-211-0/+67
* | | | | | | Backport: Issue sidebar trackingDonald Cook2019-08-214-0/+39
* | | | | | | Fixed tech debt of using custom componentNick Kipling2019-08-211-7/+4
* | | | | | | Ensure CI matching operator receives an objectMarius Bobin2019-08-212-0/+56
* | | | | | | Merge branch 'sidekiq-interrupt-running-jobs' into 'master'Stan Hu2019-08-213-6/+326
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Properly handle `sidekiq` skipsidekiq-interrupt-running-jobsKamil Trzciński2019-08-212-7/+19
| * | | | | | Improve resillency of monitorKamil Trzciński2019-08-212-15/+90
| * | | | | | Perform cheap thread findKamil Trzciński2019-08-211-3/+1
| * | | | | | Rework `Sidekiq::JobsThreads` into `Monitor`Kamil Trzciński2019-08-213-83/+235
| * | | | | | Allow to interrupt running jobsKamil Trzciński2019-08-211-0/+83
* | | | | | | Make sure that each Jest test contains an assertionWinnie Hellmann2019-08-211-0/+6
* | | | | | | Resolve "HTML code shown in merge request"Ezekiel Kigbo2019-08-211-0/+18
* | | | | | | This commit adds a new time series componentMiguel Rincon2019-08-212-1/+338
* | | | | | | Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable2019-08-219-180/+562
|\ \ \ \ \ \ \
| * | | | | | | Apply patch and update spec per MR commentsSamantha Ming2019-08-207-132/+92
| * | | | | | | Fix comments related to BE partIgor Drozdov2019-08-201-0/+1
| * | | | | | | Improve UX multi assigness in MRSamantha Ming2019-08-209-180/+601
* | | | | | | | Add SortingPreference concernGeorge Koltsov2019-08-215-105/+169
* | | | | | | | Merge branch '63372-award-emoji-services' into 'master'Grzegorz Bizon2019-08-2115-34/+482
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve specs for Issues and Notes controllers63372-award-emoji-servicesLuke Duncalfe2019-08-213-11/+57
| * | | | | | | | Use AwardEmojis services in GraphQL mutationsLuke Duncalfe2019-08-212-10/+24
| * | | | | | | | Add service classes for mutating AwardEmojiLuke Duncalfe2019-08-219-12/+400
| * | | | | | | | Renaming AwardedEmojiFinder to a ServiceLuke Duncalfe2019-08-211-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch '56130-deployed_at' into 'master'Thong Kuah2019-08-212-4/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Replace finished_at with deployed_at for Deployment entity56130-deployed_atKrasimir Angelov2019-08-202-4/+4