summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/protected_branches
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-211-2/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-021-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-112-5/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-142-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-012-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-242-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-222-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-202-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-135-94/+233
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-285-233/+94
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-275-94/+233
|
* Internationalisation of protected_branches directoryBrandon Labuschagne2019-05-073-3/+7
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Prettify protected_branches and protected_tags modulesMike Greiling2018-10-172-24/+43
|
* CE port gitlab-ee!6112Luke Bennett2018-06-271-34/+0
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-092-0/+2
|
* Remove protected branches webpack bundle tagClement Ho2018-03-021-9/+0
|
* Update to jQuery 3.Jacob Schatz2018-02-203-5/+5
|
* Converted protected_branch_edit.js to use axiosPhil Hughes2018-02-051-22/+18
|
* Generalize protected branch/tag dropdownsce-backport-generalize-protected-branch-tags-to-create-item-dropdownEric Eastwood2018-01-122-93/+9
| | | | | | | | | | | | | Remove duplicate ee code This was generalized for usage in the new variable table design, see https://gitlab.com/gitlab-org/gitlab-ce/issues/39118#note_53615249 Conflicts: app/assets/stylesheets/pages/projects.scss ee/app/assets/javascripts/protected_branches/protected_branch_create.js ee/app/assets/javascripts/protected_tags/protected_tag_create.js ee/app/views/projects/protected_branches/ee/_dropdown.html.haml
* Flash is now a ES6 modulePhil Hughes2017-10-101-3/+2
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* address-code-styling32163-protected-branch-form-should-have-sane-defaults-for-dropdownsJose Ivan Vargas2017-10-041-4/+4
|
* Addressed observationsJose Ivan Vargas2017-09-261-6/+6
|
* Added defaults for the protected branches dropdowns for the repository settingsJose Ivan Vargas2017-09-201-6/+45
|
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+2
|
* Spread used props31031-convert-protected-branches-es6kushalpandya2017-07-201-5/+5
|
* Initialize module on bundle loadkushalpandya2017-07-201-2/+9
|
* Remove unnecessary `scrollTo`kushalpandya2017-07-201-1/+0
|
* Export only used classeskushalpandya2017-07-191-5/+2
|
* Fix lint errors, add constructor infokushalpandya2017-07-191-17/+22
|
* Convert to ES6 classkushalpandya2017-07-194-156/+146
|
* Rename to `index.js`kushalpandya2017-07-191-0/+0
|
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-5/+5
|
* Fix eslint and rubocopClement Ho2017-05-041-2/+1
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-2/+6
|
* Fix custom protected branch pattern jumping scroll position to topEric Eastwood2017-03-271-3/+5
| | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/30149 Use more semantic `<button>` element and prevent the form from submitting.
* Remove .es6 from file extensions (!9241)winniehell2017-03-055-0/+0
|
* Merge branch 'remove-require-context-protected-branches-bundle' into 'master' Alfredo Sumaran2017-02-241-3/+5
|\ | | | | | | | | Remove require.context from protected_branches_bundle See merge request !9493
| * remove require.context from protected_branches_bundleremove-require-context-protected-branches-bundleMike Greiling2017-02-231-3/+5
| |
* | Removed jQuery UI highlight & autocompleteremove-jquery-ui-pluginsPhil Hughes2017-02-091-3/+6
|/ | | | In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz2017-02-031-1/+1
| |\ | | | | | | | | | | | | | | | | | | Improved ref switcher dropdown performance Closes #18202 See merge request !7239
| | * Fixed protected branches dropdownref-switcher-perfPhil Hughes2016-11-211-1/+1
| | |
| | * Fixed up testsPhil Hughes2016-11-211-1/+1
| | |
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-274-19/+13
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * | resolve all no-trailing-spaces eslint violationsMike Greiling2017-01-181-1/+1
| | |
| * | resolve all no-irregular-whitespace eslint violationsMike Greiling2017-01-184-9/+9
| | |
| * | resolve all padded-blocks eslint violationsMike Greiling2017-01-184-10/+4
| | |
| * | resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-184-8/+8
| | |
* | | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-1/+3
|/ /
* | Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran2016-12-281-0/+2
|\ \ | | | | | | | | | | | | Ensure javascript classes declared outside an IIFE are properties of window See merge request !8080